Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/FA00200
Product: Fixed Assets (309)
Series:
Display Name: Asset Book Master Group Display Name: Fixed Assets Master
Physical Name: FA00200
Technical Name: FA_Book_Asset_MSTR
Group Technical Name: Fixed Assets Master
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | ASSETINDEX | Asset Index | Long Integer | LI9_Asset_Index | 9 | |
Key to the Asset General Information Master (FA00100).
Click to show/hideSELECT
['Asset Book Master'].ASSETINDEX AS 'Asset Book Master-Asset Index'
,['Asset General Information Master'].ASSETINDEX AS 'Asset General Information Master-Asset Index'
FROM
FA00200 AS ['Asset Book Master']
INNER JOIN
FA00100 AS ['Asset General Information Master']
ON
['Asset Book Master'].ASSETINDEX = ['Asset General Information Master'].ASSETINDEX | ||||||
2 | BOOKINDX | Book Index | Long Integer | LI_14 | 14 | |
3 | PLINSERVDATE | Place in Service Date | Date | DT | 8 | |
4 | DELETEDATE | Delete Date | Date | DT | 8 | |
5 | DEPRBEGDATE | Depreciation Begin Date | Date | DT | 8 | |
6 | FULLYDEPRFLAG | Fully Depreciated Flag | String | STR1 | 1 | |
7 | FULLYDEPRDATE | Fully Depreciated Date | Date | DT | 8 | |
8 | ORIGINALLIFEYEARS | Original Life Years | Integer | INT2_Life_Years | 2 | |
9 | ORIGINALLIFEDAYS | Original Life Days | Integer | INT3_Life_Days | 3 | |
10 | REMAININGLIFEYEARS | Remaining Life Years | Integer | INT2_Life_Years | 2 | |
11 | REMAININGLIFEDAYS | Remaining Life Days | Integer | INT3_Life_Days | 3 | |
12 | DEPRTODATE | Depreciated to Date | Date | DT | 8 | |
13 | LASTRECALCDATE | Last Recalc Date | Date | DT | 8 | |
14 | LASTRECALCDATEFISYR | Last Recalc Date Fiscal Year | Integer | INT4_U0 | 4 | |
15 | BEGINYEARCOST | Begin Year Cost | Currency | DLR17_RBS0_STR$ | 17 | |
16 | BAGINSALVAGE | Begin Salvage | Currency | DLR17_RBS0_STR$ | 17 | |
17 | BEGINRESERVE | Begin Reserve | Currency | DLR17_RBS0_STR$ | 17 | |
18 | COSTBASIS | Cost Basis | Currency | DLR17_RBS0_STR$ | 17 | |
19 | SALVAGEVALUE | Salvage Value | Currency | DLR17_RBS0_STR$ | 17 | |
20 | DEPRECIATIONMETHOD | Depreciation Method | Integer | DDL_Depreciation_Method | 0 | |
21 | AVERAGINGCONV | Averaging Convention | Integer | DDL_Averaging_Convention | 0 | |
22 | SWITCHOVER | Switchover | Integer | DDL_Switchover | 0 | |
23 | SWITCHFM1METHOD | Switch from 1 Method | Integer | DDL_Depreciation_Method | 0 | |
24 | SWITCHFM1AMOUNT | Switch from 1 Amount | Currency | DLR17_RBS0_STR$ | 17 | |
25 | SWITCHFM1DATE | Switch from 1 Date | Date | DT | 8 | |
26 | DLYDEPRRATE | Daily Depreciation Rate | Currency | DLR17_RBS4_STR$ | 17 | |
27 | PERDEPRRATE | Periodic Depreciation Rate | Currency | DLR17_RBS4_STR$ | 17 | |
28 | YRLYDEPRRATE | Yearly Depreciation Rate | Currency | DLR17_RBS4_STR$ | 17 | |
29 | SAVEDLYDEPRRATE | Save Daily Depreciation Rate | Currency | DLR17_RBS4_STR$ | 17 | |
30 | SAVEPERDEPRRATE | Save Periodic Depreciation Rate | Currency | DLR17_RBS4_STR$ | 17 | |
31 | SAVEYRLYDEPRRATE | Save Yearly Depreciation Rate | Currency | DLR17_RBS4_STR$ | 17 | |
32 | AMORTIZATIONCODE | Amortization Code | Integer | DDL_Amortization_Code | 0 | |
33 | AMORTIZATIONAMOUNT | Amortization Amount | Currency | DLR17_RBS0_STR$ | 17 | |
34 | CURRUNDEPRAMT | Current Run Depreciation Amount | Currency | DLR17_RBS0_STR$ | 17 | |
35 | PREVRUNDEPRAMT | Previous Run Depreciation Amount | Currency | DLR17_RBS0_STR$ | 17 | |
36 | YTDDEPRAMT | YTD Depreciation Amount | Currency | DLR17_RBS0_STR$ | 17 | |
37 | LTDDEPRAMT | LTD Depreciation Amount | Currency | DLR17_RBS0_STR$ | 17 | |
38 | NETBOOKVALUE | Net Book Value | Currency | DLR17_RBS0_STR$ | 17 | |
39 | LUXAUTOIND | Luxury Automobile Indicator | Integer | DDL_Luxury_Automobile | 0 | |
40 | PRORATEDRETDATE | Prorated Retirement Date | Date | DT | 8 | |
41 | DEPRTODATEBFRET | Depreciated to Date Before Retire | Date | DT | 8 | |
42 | RECGAINLOSS | Recognized Gain Loss | Currency | DLR17_RBS0_STR$ | 17 | |
43 | NONRECGAINLOSS | Non-Recognized Gain Loss | Currency | DLR17_RBS0_STR$ | 17 | |
44 | STLINEDEPRATRET | Straight Line Depreciation at Retirement | Currency | DLR17_RBS0_STR$ | 17 | |
45 | COSTBFRETORDEL | Cost Before Retire or Delete | Currency | DLR17_RBS0_STR$ | 17 | |
46 | Initial_Allowance_Perc | Initial Allowance Percentage | Integer | INT5_%2 | 5 | |
47 | Initial_Allowance_Amount | Initial Allowance Amount | Currency | DLR17_RBS0_STR$ | 17 | |
48 | SPECDEPRALLOW | Special Depreciation Allowance | Integer | DDL_SpecialDepreciationAllowance | 0 | |
49 | SPECDEPRALLOWPCT | Special Depreciation Allowance Percentage | Integer | INT5_%2 | 5 | |
50 | SPECDEPRALLOWAMT | Special Depreciation Allowance Amount | Currency | DLR17_RBS0_STR$ | 17 | |
51 | NOTEINDX | Note Index | Currency | DLR14 | 14 | |
Key to the Record Notes Master (SY03900).
Click to show/hideSELECT
['Asset Book Master'].NOTEINDX AS 'Asset Book Master-Note Index'
,['Record Notes Master'].NOTEINDX AS 'Record Notes Master-Note Index'
FROM
FA00200 AS ['Asset Book Master']
INNER JOIN
SY03900 AS ['Record Notes Master']
ON
['Asset Book Master'].NOTEINDX = ['Record Notes Master'].NOTEINDX | ||||||
52 | DATEADDED | Date Added | Date | DT | 8 | |
53 | LASTMNTDDATE | Last Maintained Date | Date | DT | 8 | |
54 | LASTMNTDTIME | Last Maintained Time | Time | TM6 | 6 | |
55 | LASTMNTDUSERID | Last Maintained User ID | String | User_ID | 15 | |
Key to the Users Master (SY01400).
Click to show/hideSELECT
['Asset Book Master'].LASTMNTDUSERID AS 'Asset Book Master-Last Maintained User ID'
,['Users Master'].USERID AS 'Users Master-User ID'
FROM
FA00200 AS ['Asset Book Master']
INNER JOIN
DYNAMICS..SY01400 AS ['Users Master']
ON
['Asset Book Master'].LASTMNTDUSERID = ['Users Master'].USERID | ||||||
56 | LUXVANTRUCK | Luxury Van or Truck | Boolean | CB | 0 | |
57 | LUXELAUTO | Luxury Electric Auto | Boolean | CB | 0 |